Looking for a Python UI library comparable with Windows Forms [on hold]
Posted
by
Mitten
on Programmers
See other posts from Programmers
or by Mitten
Published on 2013-11-04T08:05:16Z
Indexed on
2013/11/04
10:16 UTC
Read the original article
Hit count: 353
I am looking for a Python UI library which I could use to develop a desktop GUI comparable to what can be done with .NET Windows Forms.
I have no previous experience programming UI in Python, so I would rather choose (if there is a choice) something simple.
The application I am building would be a document oriented - rich texts, lists and grids, I don't expect to use much graphics - mostly formatted texts.
Any pointers, and if there is more than one major GUI library available for Python - how could I quickly test them to see which one is a better fit for my needs?
© Programmers or respective owner